react 用 axios 打 localhost api server 出現 ERR_NETWORK 錯誤


將 express server 加上 cors 就好囉

npm install cors
import cors from 'cors';
app.use(cors({credentials:true}));
#React #Express #nodejs #cors #Axios






你可能感興趣的文章

元件介紹-Day05 # emit 向外層傳遞事件

元件介紹-Day05 # emit 向外層傳遞事件

Notification

Notification

Git筆記 branch / merge

Git筆記 branch / merge






留言討論